@charset "utf-8";

/* CSS Document */
.mCSB_scrollTools {
  width: 10px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background: none;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #7f7f7f;
}

.mCSB_inside>.mCSB_container {
  margin-right: 0;
}

/*** header ***/
.header {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 100;
}

.head-link {
  line-height: 30px;
  position: relative;
  z-index: 50
}

.head-link .left-box {
  float: left;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.head-link .left-box > a {
  position: relative;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}

.head-link .left-box > a:after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #404040;
  margin: 0 1em;
}

.head-link .left-box > a:last-child:after {
  display: none;
}

.head-link .right-box {
  float: right;
}

.head-link .right-box > a {
  margin-left: 25px;
  position: relative;
}

.head-link .right-box > a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  width: 1px;
  height: 16px;
  background: #404040;
  margin-top: -8px;
}

.head-link .right-box > a:first-child:after {
  display: none;
}

.head-topbox {
  width: 100%;
  height: 87px;
  display: block;
  background: #fff;
  position: relative;
  z-index: 5;
}

.head-logo {
  float: left;
  margin-top: 7px;
  position: relative;
}

.head-logo img {
  height: 62px;
  display: block;
}

.head-logo span {
  display: block;
  background: #fff;
  font-size: 32px;
  line-height: 62px;
  color: #1c4f90;
  white-space: nowrap;
  font-weight: bold;
  position: absolute;
  left: 68px;
  top: 0;
  letter-spacing: 1.9pt;
  z-index: 10;
}

.head-schbox {
  width: 280px;
  display: block;
  overflow: hidden;
  position: relative;
  float: right;
  margin-top: 28px;
  padding-right: 65px;
}

.head-schbox .schipt {
  width: 255px;
  height: 40px;
  padding: 0 12px;
  background: #fff;
  border: solid 1px #dcdcdc;
  border-right: none;
  font-size: 14px;
  line-height: 40px;
  color: #333;
  border-radius: 6px 0 0 6px;
  transition: all 0.3s;
}

.head-schbox .schipt::-webkit-input-placeholder {
  color: #999;
}

.head-schbox:hover .schipt,
.head-schbox .schipt:focus {
  border-color: #1c4f90;
}

.head-schbox .btn-sch {
  width: 65px;
  height: 100%;
  display: block;
  background: url('icon_sch2.png') no-repeat center center #1c4f90;
  border-radius: 0 6px 6px 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  cursor: pointer;
}

.head-navbox {
  width: 100%;
  display: block;
  background: #234a7e;
  position: relative;
  z-index: 2;
}

.nav-list {
  width: 100%;
  height: 56px;
  line-height: 56px;
  position: relative;
}

.nav-list>li {
  float: left;
}

.nav-list a {
  display: block;
  color: inherit;
}

.nav-list .lv1 {
  padding: 0 33px;
  position: relative;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.nav-list .lv1 img {
  width: 24px;
  margin: -5px 6px 0 0;
}

.nav-list .lv1 .img2 {
  display: none;
}

.nav-list .lv1:after {
  content: '';
  width: 1px;
  height: 24px;
  display: block;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
}

.nav-list li.noxian .lv1:after {
  display: none;
}

.nav-list>li:last-child .lv1:after {
  display: none;
}

.nav-list>li:hover,
.nav-list>li.active {
  background: #fff;
}

.nav-list>li:hover .lv1 a,
.nav-list>li.active .lv1 a {
  color: #1c4f90;
}

.nav-list>li:hover .lv1:before,
.nav-list>li.active .lv1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #d50e2f;
}

.nav-list>li:hover .img1,
.nav-list>li.active .img1 {
  display: none;
}

.nav-list>li:hover .img2,
.nav-list>li.active .img2 {
  display: inline-block;
}

.nav-list>li.prev .lv1:after {
  display: none;
}

.nav-list .lv2-box {
  position: absolute;
  width: 99.8%;
  left: 0;
  top: 100%;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-top: none;
  border-bottom: 8px solid #eeeeee;
  z-index: 10;
  display: none;
  line-height: 28px;
  font-size: 16px;
}

.nav-list .lv2-box .lv2-main {
  padding: 20px 0 36px 0;
  overflow: hidden;
}

.nav-list .lv2-box .lv2-main .item-box {
  float: left;
  width: 33.2%;
  border-right: 1px solid #d2d2d2;
  min-height: 261px;
}

.nav-list .lv2-box .lv2-main .item-box:last-child {
  border-right: none;
}

.nav-list .lv2-box a {
  display: inline-block;
}

.nav-list .lv2-box a:hover {
  color: #ff0000;
}

.nav-list .lv2-box .item {
  padding: 0 16px;
  margin-bottom: 10px;
}

.nav-list .lv2-box .item.ft-m20 {
  margin-bottom: 20px;
}

.nav-list .lv2-box dl {
  padding-left: 11px;
  position: relative;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-list .lv2-box dl:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 14px;
  background: #1c4f90;
  margin-top: -7px;
}

.nav-list .lv2-box .cont {
  padding: 0 16px;
  overflow: hidden;
  margin-top: 3px;
}

.nav-list .lv2-box .item-box:nth-child(2) .cont {
  /* padding-right: 50px; */
}

.nav-list .lv2-box .cont dd {
  float: left;
  margin-right: 24px;
}

.nav-list .lv2-box .item-last .item {
  float: left;
  width: 21%;
}

.nav-list .lv2-box .item-last .item:nth-child(3n) {
  width: 32%;
}

.nav-list li.had-subnav2 {
  position: relative;
}

.nav-list .lv2-list {
  padding: 10px 16px 20px;
  overflow: hidden;
}

.nav-list .lv2-list li {
  position: relative;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.head-tool {
  float: right;
  margin-top: 28px;
}

.head-tool li {
  float: left;
  position: relative;
  margin-right: 28px;
}

.head-tool img {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.head-tool .icon {
  width: 40px;
  display: block;
  cursor: pointer;
}

.head-tool .ewm {
  width: 94px;
  display: none;
  padding-top: 12px;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 20;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #0e64a7;
  margin-left: -47px;
}

.head-tool .ewm span {
  display: block;
  padding: 5px 5px 2px;
  background: #fff;
  border: solid 1px #ccc;
  position: relative;
}

.head-tool .ewm span:before {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  background: #fff;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: absolute;
  left: 50%;
  bottom: 100%;
  z-index: 1;
  margin: 0 0 -5px -8px;
}

.head-tool li:hover .ewm {
  display: block;
}


/**** main-box ***/
.main-box {
  width: 100%;
  min-height: 400px;
  position: relative;
  z-index: 9;
}

/**** footer ***/
.footer {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 20;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

.footer a {
  color: #fff;
}

.foot-topbox {
  width: 100%;
  height: 250px;
  display: block;
  background: #125689;
  position: relative;
}

.foot-linkbox {
  height: 34px;
  margin: 0 -5px;
}

.foot-linkitem {
  width: 230px;
  float: left;
  margin: 0 5px;
  position: relative;
}

.foot-linkitem .titbox {
  width: 176px;
  height: 34px;
  display: block;
  border: solid 1px #4783b0;
  background: url('arrow_down.png') no-repeat right 15px center #296695;
  padding: 0 44px 0 8px;
  font-size: 16px;
  line-height: 34px;
  color: rgba(255, 255, 255, .7);
  cursor: pointer;
}

.foot-linkitem .dropdown {
  width: 228px;
  height: 216px;
  display: none;
  overflow: hidden;
  background: #296695;
  border: solid 1px #4783b0;
  margin: -1px 0 0;
  padding: 6px 0;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 40;
}

.foot-linkitem .dropdown li {
  padding: 0 20px 0 8px;
}

.foot-linkitem .dropdown a {
  width: 100%;
  color: #fff;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* .foot-linkitem .dropdown li:hover{
    background: #2869b5;
} */
.foot-linkitem .dropdown li:hover a {
  color: #d69044;
}

.foot-linkitem .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #fff;
}

.foot-middle {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 46px;
}

.foot-middle .inner {
  width: 750px;
  overflow: hidden;
  margin: 0 auto;
}

.foot-dzjg {
  width: 56px;
  float: left;
  margin: 15px 38px 0 -2px;
}

.foot-dzjg img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.foot-docbox {
  float: left;
  margin: 10px 30px 0 0;
}

.foot-docbox .link a:after {
  content: '-';
  margin: 0 5px;
}

.foot-docbox .link a:last-child:after {
  display: none;
}

.foot-docbox .ways {
  width: 100%;
  overflow: hidden;
}

.foot-docbox .ways span {
  float: left;
}

.foot-docbox .ways .zb,
.foot-docbox .ways a {
  margin-right: 22px;
}

.foot-docbox .beian {
  width: 100%;
  overflow: hidden;
}

.foot-docbox .beian a {
  float: left;
}

.foot-docbox .icp {
  margin-right: 22px;
}

.foot-docbox .wa img {
  width: 20px;
  margin: -5px 5px 0 0;
}

.foot-ewm {
  float: right;
  margin-top: 10px;
}

.foot-ewm .item {
  float: left;
  margin-left: 40px;
  text-align: center;
}

.foot-ewm img {
  width: 80px;
  display: block;
  margin: 0 auto;
}

.foot-ewm span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
  opacity: 0.5;
}

.foot-botbox {
  width: 100%;
  height: 24px;
  background: #0b3a5e;
  position: relative;
  text-align: center;
  padding: 8px 0;
}

.foot-botbox a:hover {
  text-decoration: underline;
}

.foot-copy i {
  font-style: normal;
}

.foot-support {
  margin-right: 22px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}

.foot-support .title,
.foot-support .tempWrap,
.foot-support ul {
  font-size: 1em;
  overflow: hidden;
  font-style: normal;
}

.foot-jszc {
  text-align: left;
}

.foot-jszc li {
  width: 100%;
  /* height: 24px; */
  overflow: hidden;
}

/**** animate ****/
@keyframes toolFlv {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  50% {
    transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
  }

  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}

@-webkit-keyframes toolFlv {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  50% {
    transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
  }

  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}

/*** 内页 ***/
.crumbnav-box {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  line-height: 52px;
  color: #666;
  border-bottom: solid 3px #1d4a8d;
}

.crumbnav-box h5 {
  float: left;
  font-size: 1em;
}

.crumbnav-box .crumbnav {
  float: left;
}

.crumbnav-box table,
.crumbnav-box td {
  border: none;
}
.crumbnav-box td{
  white-space: nowrap;
}

.crumbnav-box td:after {
  content: '>';
  margin: 0 5px;
}

.crumbnav-box td:last-child:after {
  display: none;
}

.layout-row {
  width: 100%;
  min-height: 400px;
  overflow: hidden;
  padding: 40px 0 80px;
}

.layout-aside {
  width: 250px;
  display: block;
  overflow: hidden;
  float: left;
}

.layout-aside .lv1box {
  width: 100%;
  height: 75px;
  display: block;
  overflow: hidden;
  background: no-repeat center center #1c4f90;
  background-size: cover;
  margin-bottom: 1px;
}

.layout-aside .lv1 {
  padding: 0 0 0 28px;
  font-size: 24px;
  line-height: 75px;
  color: #fff;
  font-weight: bold;
}

.layout-aside .lv2-list {
  width: 100%;
  overflow: hidden;
}

.layout-aside .lv2-list li {
  width: 100%;
  margin-bottom: 1px;
}

.layout-aside .lv2-list a {
  height: 42px;
  display: block;
  font-size: 16px;
  line-height: 42px;
  color: #000;
  background: #eff2f7;
  padding: 0 28px;
}

.layout-aside .lv2-list li.active a {
  background: #5095d6;
  color: #fff;
}

.layout-content {
  width: 910px;
  float: right;
}

.layout-hdbox {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.layout-hdbox .lv2 {
  overflow: hidden;
  position: relative;
  z-index: 5;
}

.layout-hdbox .lv2 a {
  float: left;
  font-size: 24px;
  line-height: 30px;
  color: #333;
  padding-bottom: 41px;
  position: relative;
}

.layout-hdbox .lv2 span {
  width: 100%;
  height: 4px;
  display: block;
  background: #d60d2d;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.layout-hdbox:after {
  content: '';
  width: 100%;
  height: 4px;
  display: block;
  background: #8b868a;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.layout-hdbox .lv3-list {
  overflow: hidden;
  position: relative;
  z-index: 5;
  /* margin: 21px -29px 0; */
  margin: 21px -14px 0;
}

.layout-hdbox .lv3-list li {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  float: left;
  position: relative;
  /* margin: 0 29px; */
  margin: 0 14px;
}

.layout-hdbox .lv3-list.on {
  margin-left: -14px;
  margin-right: -14px;
}

.layout-hdbox .lv3-list.on li {
  margin: 0 14px;
}

.layout-hdbox .lv3-list li a {
  height: 30px;
  display: block;
  position: relative;
  background: none;
  border-radius: 3px;
  border: none;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #666;
}

.layout-hdbox .lv3-list li .icon {
  width: 22px;
  height: 32px;
  display: block;
  background: url('lv3_arrow.png') no-repeat center center;
  float: left;
  margin-right: 12px;
  display: none;
}

.layout-hdbox .lv3-list li:hover a {
  color: #ff0000;
}

.layout-hdbox .lv3-list li.active a {
  color: #ff0000;
}

.layout-hdbox .lv3-list li.active .icon {
  background-image: url('lv3_arrow2.png');
}

.layout-hdbox.had-lv3list .lv2 a {
  padding-bottom: 0;
}

.layout-hdbox.had-lv3list .lv2 span {
  display: none;
}

.layout-hdbox.had-lv3list {
  padding-bottom: 10px;
}

.layout-hdbox.had-lv3list:before {
  content: '';
  width: 38px;
  height: 4px;
  display: block;
  background: #d60d2d;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: none;
}

.main-box .simple_pgToolbar {
  border: none;
  height: 44px;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  background: none;
  margin-top: 40px;
}

.main-box .simple_pgToolbar table,
.main-box .simple_pgToolbar td {
  border: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
}

.main-box .simple_pgToolbar .simple_pgPanel {
  min-width: 320px;
  margin: 0 auto;
}

.main-box .simple_pgToolbar a {
  width: 44px;
  height: 44px;
  display: inline-block;
  background-color: #ededed;
  color: #666666;
  line-height: 44px;
  text-align: center;
  margin: 0 5px;
  cursor: pointer;
  vertical-align: top;
}

.main-box .simple_pgToolbar a:hover {
  color: #0260ad;
}

.main-box .simple_pgToolbar a.simple_pgPrev {
  background: url(pageleft.png) no-repeat center center #ededed;
}

.main-box .simple_pgToolbar a.simple_pgNext {
  background: url(pageright.png) no-repeat center center #ededed;
}

.main-box .simple_pgToolbar .simple_separator {
  background: none;
  width: 5px;
}

.main-box .simple_pgRefresh {
  display: none;
}

.main-box .simple_pgCurrentPage {
  width: 42px;
  height: 42px;
  border: solid 1px #ededed;
  background: #fff;
  line-height: 42px;
  text-align: center;
}

.main-box .simple_pgToolbar a.simple_pgPrev:hover {
  background-image: url(pageleft_h.png);
}

.main-box .simple_pgToolbar a.simple_pgNext:hover {
  background-image: url(pageright_h.png);
}

.main-box .simple_pgToolbar a.simple_pgPrevDisabled:hover {
  background-image: url(pageleft.png);
}

.main-box .simple_pgToolbar a.simple_pgNextDisabled:hover {
  background-image: url(pageright.png);
}

.main-box .simple_pgToolbar a.simple_pgPrevDisabled,
.main-box .simple_pgToolbar a.simple_pgFirstDisabled,
.main-box .simple_pgToolbar a.simple_pgNextDisabled,
.main-box .simple_pgToolbar a.simple_pgLastDisabled {
  opacity: 0.4;
  cursor: default;
  color: #666 !important;
}

.main-box .simple_pgToolbar a.simple_pgFirst,
.main-box .simple_pgToolbar a.simple_pgLast {
  background-image: none;
  font-family: 'SimSun';
  font-weight: bold;
}

.main-box .simple_pgToolbar a.simple_pgFirst:after {
  content: '<<';
}

.main-box .simple_pgToolbar a.simple_pgLast:after {
  content: '>>';
}

.main-box .simple_pgCurrentPage {
  font-size: 16px;
}

/*** xxgkml ***/
.xxgkml-aside {
  min-height: 450px;
  background-color: #F6F6F6;
}

.layout-aside.xxgkml-aside .lv1boxs {
  margin-bottom: 0;
}

.xxgkml-type {
  width: 100%;
  height: 300px;
}

.xxgkml-col {
  margin: 0 0 10px;
}

.xxgkml-col a {
  width: 160px;
  height: 47px;
  line-height: 47px;
  display: block;
  padding-left: 55px;
  color: #0070d7;
  font-size: 13px;
  font-family: 微软雅黑;
  text-decoration: none;
  margin: 15px auto 0;
}

/*******/
#fixedLtBox {
  position: fixed;
  left: 10px;
  top: 230px;
  z-index: 50;
}

#fixedLtBox .item {
  width: 160px;
  position: relative;
  margin-bottom: 15px;
}

#fixedLtBox .item a {
  display: block;
  cursor: pointer;
}

#fixedLtBox .item img {
  width: 100%;
  max-width: 100%;
  display: block;
}

#fixedLtBox .close {
  width: 19px;
  height: 19px;
  display: block;
  background: url('close.jpg') no-repeat center center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  cursor: pointer;
}

/****2019.12.25***/
#popboxNotice {
  width: 300px;
  height: 350px;
  padding: 22px 30px;
  background: url('bg_01.jpg') no-repeat center bottom #4282bc;
  position: fixed;
  right: 10px;
  bottom: -500px;
  opacity: 0;
  z-index: 50;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 14px rgba(0, 0, 0, .3);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

#popboxNotice.had-show {
  bottom: 20px;
  opacity: 1;
}

#popboxNotice .close {
  width: 24px;
  height: 24px;
  display: block;
  background: url('close_02.png') no-repeat center center;
  position: absolute;
  right: 26px;
  top: 26px;
  z-index: 20;
  cursor: pointer;
}

#popboxNotice .hdbox {
  overflow: hidden;
  border-bottom: solid 2px #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#popboxNotice .hdbox h5 {
  width: 8em;
  margin: 0 auto;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
}

#popboxNotice .doc {
  text-indent: 2em;
}

/*** 2019.12.28 ***/
.foot-middle .inner {
  width: 1000px;
}

.foot-topbox {
  min-height: 250px;
  height: auto;
  padding: 37px 0 30px;
}

.foot-docbox {
  margin-right: 120px;
  opacity: 0.7;
}

.foot-docbox .item-tit {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.foot-docbox p {
  margin-bottom: 5px;
}

.foot-ewm .item-tit {
  font-size: 16px;
  font-weight: bold;
  opacity: 0.7;
}

.foot-ewm img {
  margin: 15px 0 0;
}

.foot-botbox {
  color: #125689;
}

.foot-botbox a {
  color: #125689;
}

.foot-dzjg {
  margin: 40px 110px 0 0;
}

/**** 2020.01.03 ****/
html.had-black{
  background: #fff !important;
  filter: none !important;
}
html.had-black #ariaToptoolbar .ariaver{
  background: #999 !important;
}
html.had-black #ariaToptoolbar,
html.had-black #ariaToptoolbar *,
html.had-black .head-link, 
html.had-black .head-link *,  
html.had-black .head-logo span, 
html.had-black .head-slogan,
html.had-black .head-slogan *,
html.had-black .head-schbox,
html.had-black .head-schbox *,
html.had-black .head-navbox .lv1,
html.had-black .head-navbox .lv1 *,
html.had-black .head-navbox .lv2-main,
html.had-black .head-navbox .lv2-main *,
html.had-black .headApp-top,
html.had-black .headApp-top *,
html.had-black .headApp-schbox,
html.had-black .headApp-schbox *,
html.had-black .headApp-navbox,
html.had-black .headApp-navbox *,
html.had-black .modal,
html.had-black .modal *,
html.had-black .main-box,
html.had-black .main-box *,
html.had-black .ind-toollink,
html.had-black .ind-toollink *,
html.had-black .foot-linkbox .titbox,
html.had-black .foot-middle,
html.had-black .foot-middle *,
html.had-black .foot-botbox,
html.had-black .foot-botbox *,
html.had-black .fixedRtBox,
html.had-black .fixedRtBox *,
html.had-black #fixedLtBox,
html.had-black #fixedLtBox *,
html.had-black .ariafooter,
html.had-black .ariafooter * {
  filter: Gray;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
}
html.had-black .head-navbox{
  background: #494949;
}
html.had-black .head-link img, 
html.had-black .head-slogan img,
html.had-black .head-schbox img,
html.had-black .head-navbox img,
html.had-black .headApp-top img,
html.had-black .headApp-schbox img,
html.had-black .headApp-navbox img,
html.had-black .modal img,
html.had-black .main-box img,
html.had-black .ind-toollink img,
html.had-black .footer img,
html.had-black .fixedRtBox img,
html.had-black #fixedLtBox img{
  filter: Gray;
}
html.had-black .headApp-logo.normal{
  display: none !important;
}
html.had-black .headApp-logo.black{
  display: block !important;
}
html.had-black .foot-topbox{
  background: #6e6e6e;
}
html.had-black .foot-linkitem .dropdown{
  background: #7f7f7f;
  border-color: #9a9a9a;
}
html.had-black .ind-sec1.ind-yjtb .ind-sec1-item .sec-tit{
  color: #494949;
}
html.had-black ::-webkit-scrollbar {
  background: #fff !important;
}

html.had-black ::-webkit-scrollbar-thumb {
  background: #999 !important;
}
html.had-black ::-webkit-scrollbar-track {
  background: #fff !important;
}
html.had-black .useOldFixed,
html.had-black .useOldFixed *:not([type="submit"]),
html.had-black .UseInMobile,
html.had-black .UseInMobile *:not([type="submit"]){
  background: #fff !important;
  color: #494949 !important;
}
html.had-black .useOldFixed .head-schbox .schipt,
html.had-black .UseInMobile .head-schbox .schipt{
  background: none !important;
}

/*** 2020.01.07 ***/
.isIE.had-black #popboxNotice {
  background-image: url('bg_03.jpg') !important;
}

html.had-black .nav-list>li:hover .lv1 a {
  color: #494949 !important;
}

/**** 2020.01.10 ****/
.head-link {
  line-height: 32px;
  padding-top: 5px;
}

/* .head-schbox {
  width: 260px;
  margin: 0 0 0 14px;
  padding-right: 40px;
} */

.head-schbox .schipt {
  width: 245px;
  height: 30px;
  line-height: 30px;
  border-radius: 0;
  padding: 0 7px;
}

.head-schbox .btn-sch {
  width: 40px;
  border-radius: 0;
  background-image: url('icon_sch3.png');
}

.head-topbox {
  height: auto;
}

/* .head-topbox .global-inner {
  height: 83px;
  padding-top: 13px;
} */

.head-logo {
  margin-top: 0;
}

.head-logo span {
  font-size: 42px;
}

.head-slogan {
  height: 40px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  z-index: 5;
}

.head-slogan img {
  height: 40px;
  display: block;
}

/**** 2020.01.17 ****/
.foot-dzjg {
  width: 80px;
  margin-right: 86px;
}

.foot-docbox {
  margin-right: 110px;
}

/**** 2020.12.30 ***/
.foot-docbox {
  margin-right: 85px;
}

.foot-ewm {
  margin: 10px -5px 0;
}

.foot-ewm .item-tit {
  width: 100%;
  float: left;
}

.foot-ewm .imgs {
  float: left;
  margin: 0 5px;
  text-align: center;
}

.foot-ewm .imgs span {
  display: block;
  font-size: 14px;
  line-height: 18px;
  opacity: 0.7;
  width: 5em;
  margin: 5px auto 0;
}

/*** 2021.5.7 ***/
.foot-col1 {
  width: 110px;
  margin: 10px 60px 0 0;
  float: left;
}

.foot-col1 .foot-dzjg {
  float: none;
  margin: 0 auto 10px;
}

/* 2022.7.7 */
.head-topbox{
  padding: 15px 0 30px;
}
.head-schbox{
  width: 715px;
  max-width: 100%;
  margin: 20px auto 0;
  float: none;
}
.head-schbox .schipt{
  width: 100%;
  height: 56px;
  font-size: 18px;
  padding: 0 15px;
}
.head-schbox .btn-sch{
  width: 100px;
}

/*** 移动端 ***/
.headApp-top {
  width: 100%;
  background: #eff2f7;
  position: relative;
  z-index: 20;
  padding: 0.16rem 0;
}
.headApp-top .row {
  font-size: 0.26rem;
  line-height: 0.45rem;
  color: #666666;
  align-items: center;
  -webkit-align-items: center;
  white-space: nowrap;
}
.headApp-top .row-left, .headApp-top .row-right{
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -webkit-flex;
}
.headApp-top .row > a,
.headApp-top .row-left > a{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.headApp-top .row > a::after,
.headApp-top .row-left > a::after{
  content: '';
  display: block;
  width: 1px;
  height: 0.26rem;
  background: #7d7e7f;
  margin: 0 0.1rem;
}
.headApp-top .row > a:last-child::after,
.headApp-top .row-left > a:last-child::after{
  display: none;
}
.headApp-top .row1{
  margin: 0 0 .1rem;
}

.headApp-top .row2{
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
/* .headApp-top .link {
  display: block;
  position: relative;
  padding-left: 0.14rem;
  margin-left: 0.1rem;
}
.headApp-top .link::before {
  content: '';
  display: block;
  width: 1px;
  height: 0.22rem;
  background: #7d7e7f;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
} */

.headApp-lang{
  width: 0.22rem;
  height: 0.22rem;
  display: block;
  background: url('head-menu.png') no-repeat center center;
  background-size: contain;
  margin-left: 0.2rem;
}
.modal-lang{
  width: 0.88rem;
  display: none;
  position: absolute;
  right: 0.15rem;
  top: 100%;
  z-index: 50;
}
.modal-lang a{
  width: 100%;
  display: block;
  text-align: center;
  font-size: 0.22rem;
  line-height: 0.4rem;
  color: #282828;
  background: #ccc;
  margin-top: 0.1rem;
}
.headApp-middle{
  width: 100%;
  background: #fff;
  padding: 0.5rem 0 0.3rem;
}
.headApp-logo{
  width: 6rem;
  max-width: 100%;
  display: block;
  margin: 0 auto 0.28rem;
}
.headApp-logo img{
  width: 100%;
  max-width: 100%;
  display: block;
}
.headApp-schbox{
  width: 5.56rem;
  margin: 0 auto;
  position: relative; 
}
.headApp-schbox form{
  width: 100%;
  position: relative;
  display: flex;
  display: -webkit-flex;
}
.headApp-schbox .schipt{
  flex: 1;
  -webkit-flex: 1;
  height: 0.5rem;
  line-height: 0.48rem;
  font-size: 0.24rem;
  color: #333;
  padding: 0 0.16rem;
  border: solid 1px #ccc;
}
.headApp-schbox .btn-sch{
  width: 0.9rem;
  flex: 0 0 0.9rem;
  -webkit-flex: 0 0 0.9rem;
  height: 0.5rem;
  display: block;
  background: url('icon-sch.png') no-repeat center center #1c4f90;
  background-size: 0.36rem;
}
.headApp-navbox{
  width: 100%;
  background: #234a7e;
  position: relative;
  padding: 0.15rem 0.15rem 0.15rem 1.35rem;
}
.headApp-navbox .go-home{
  width: 0.58rem;
  height: 0.58rem;
  display: block;
  background: url('head-1.png') no-repeat center center;
  background-size: 0.58rem;
  position: absolute;
  left: 0.37rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.headApp-menu{
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  background: url('headApp-menu.png') no-repeat center center;
  background-size: 0.6rem;
  position: absolute;
  left: 0.36rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.headApp-navlist{
  width: 100%;
  display: flex;
  display: -webkit-flex;
  padding: 0.1rem 0;
  text-align: center;
  font-size: 0.3rem;
  line-height: 0.6rem;
  color: #fff;
  font-weight: bold;
  background: rgba(255,255,255,.1);
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.headApp-navlist li{
  max-width: 33.33%;
  flex: 0 0 33.33%;
  -webkit-flex: 0 0 33.33%;
}
.headApp-navlist a{
  display: block;
}

.modal{
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
  overflow-y: auto;
  background: rgba(0,0,0,.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1050;
}
.modal-navbox .modal-close{
  width: 0.42rem;
  height: 0.42rem;
  display: block;
  border-radius: 100%;
  border: solid 1px #fff;
  background: url('close.png') no-repeat center center;
  background-size: 0.2rem;
  position: fixed;
  right: 0.6rem;
  top: 0.1rem;
  z-index: 1060;
}
.modal-navbox .modal-dialog{
  width: 80%;
  max-width: 590px;
  position: relative;
  z-index: 1055;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.modal-navbox .modal-content{
  width: 100%;
  min-height: 100vh;
  background: #1c4f90;
  position: relative;
  z-index: 1060;
  padding: 0 0.3rem 1rem;
}
.modal-navlist .navitem{
  width: 100%;
  border-bottom: solid 1px rgba(255,255,255,.2);
  padding: 0.2rem 0;
}
.modal-navlist a{
  float: left;
  min-width: 50%;
}
.modal-navlist .navlv1{
  /* font-size: 0.28rem;
  line-height: 0.5rem; */
  font-size: 0.32rem;
  line-height: 0.6rem;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.modal-navlist .had-subnav .navlv1{
  padding: 0 0.8rem 0 0;
}
.modal-navlist .handle{
  width: 0.8rem;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
.modal-navlist .handle .icon{
  width: 0.25rem;
  height: 0.25rem;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 110;
}
.modal-navlist .handle .icon::before{
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.modal-navlist .handle .icon::after{
  content: '';
  height: 100%;
  width: 2px;
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
}
.modal-navlist .navitem ul{
  padding-left: 0.25rem;
  display: none;
}
.modal-navlist .navitem > ul{
  margin-top: 6px;
  /* font-size: 0.24rem;
  line-height: 0.5rem; */
  font-size: 0.26rem;
  line-height: 0.6rem;
  color: #e2e2e2;
}
.modal-navlist .navitem > ul ul{
  margin-top: 4px;
  padding-bottom: 0.2rem;
}
.modal-navlist .sublvt{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.modal-navlist .subitem > .sublvt{
  padding: 0 0.8rem 0 0;
}
.modal-navlist .navitem.active .navlv1 .handle .icon::after,
.modal-navlist .subitem.active > .sublvt .handle .icon::after{
  display: none;
}
body.open-modal{
  width: 100%;
  height: 100%;
  overflow: hidden;
} 
.modal.show .modal-dialog{
  transform: none;
  -webkit-transform: none;
  opacity: 1;
}

@media screen and (max-width: 991.98px) {
  .foot-topbox{
    padding: 0.4rem 0 0.5rem;
  }
  .foot-linkbox{
    height: auto;
    margin: 0 -0.14rem;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .foot-linkitem{
    width: auto;
    max-width: 50%;
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    padding: 0 0.14rem;
    margin: 0 0 0.3rem;
  }
  .foot-linkitem .titbox{
    width: 100%;
    height: 0.6rem;
    font-size: 0.24rem;
    line-height: 0.58rem;
    padding: 0 0.6rem 0 0.24rem;
    background-size: 0.2rem;
    background-position: right 0.24rem center;
  }
  .foot-linkitem .dropdown{
    width: auto;
    height: auto;
    max-height: 4.84rem;
    left: 0.14rem;
    right: 0.14rem;
    padding: 0.1rem 0;
    font-size: 0.24rem;
    line-height: 0.58rem;
  }
  .foot-linkitem .dropdown li{
    padding: 0 0.24rem;
  }
  .foot-middle{
    margin-top: 0.3rem;
    padding: 0 0.25rem;
  }
  .foot-middle .inner{
    width: 100%;
  }
  .foot-col1{
    width: 100%;
    float: none;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    margin: 0;
  }
  .foot-dzjg{
    width: 1.1rem;
    flex: 0 0 1.1rem;
    -webkit-flex: 0 0 1.1rem;
    margin: 0 0.42rem 0 0 !important;
    padding-right: 0.3rem;
    position: relative
  }
  .foot-dzjg::after{
    content: '';
    display: block;
    width: 1px;
    height: 0.66rem;
    margin-top: -0.33rem;
    background: #fff;
    opacity: 0.3;
    position: absolute;
    right: 0;
    top: 50%;
  }
  .foot-jiucuo{
    width: 1.3rem;
    flex: 0 0 1.3rem;
    -webkit-flex: 0 0 1.3rem;
  }
  .foot-jiucuo img{
    width: 100%;
    max-width: 100%;
    display: block;
  }
  .foot-docbox{
    float: none;
    width: 100%;
    font-size: 0.2rem;
    line-height: 0.35rem;
    margin: 0.22rem 0 0;
    opacity: 1;
    padding: 0 0 0.26rem;
    border-bottom: solid 1px #4783b0;
  }
  .foot-docbox .item-tit{
    font-size: 0.24rem;
    line-height: 0.38rem;
  }
  .foot-docbox .doc{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .foot-docbox p{
    min-width: 47%;
    margin-bottom: 0;
  }
  .foot-docbox .wa img{
    width: 0.2rem;
    margin: -3px 0.1rem 0 0;
  }
  .foot-ewm{
    margin: 0.3rem auto 0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .foot-ewm .item-tit{
    display: none;
  }
  .foot-ewm .imgs{
    flex: 0 0 1.5rem;
    -webkit-flex: 0 0 1.5rem;
    margin: 0 0.5rem;
  }
  .foot-ewm .imgs img{
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto 0.1rem;
  }
  .foot-ewm .imgs span{
    width: 100%;
    font-size: 0.22rem;
    line-height: 0.32rem;
    opacity: 1;
    margin: .1rem auto 0;
  }
  .foot-botbox{
    height: 0.6rem;
    line-height: 0.6rem;
    padding: 0;
    text-align: left;
  }
  .foot-botbox .tip, .foot-botbox .tel{
    display: none;
  }
  .foot-botbox .fr{
    float: none;
  }
  .foot-support{
    margin: 0;
    height: 0.6rem;
    line-height: .06rem;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .foot-support .title, .foot-support .tempWrap, .foot-support ul{
    font-size: 0.2rem;
  }

  /* 面包屑 */
  .crumbnav-box{
    font-size: 0.24rem;
    line-height: 0.5rem;
    padding: 0.16rem 0;
  }

  /* 翻页 */
  .main-box .simple_pgToolbar{
    height: 0.66rem;
    margin-top: 0.86rem;
  }
  .main-box .simple_pgToolbar .simple_pgPanel{
    min-width: 0;
  }
  .main-box .simple_pgToolbar table, .main-box .simple_pgToolbar td{
    font-size: 0.24rem;
  }
  .main-box .simple_pgToolbar a{
    width: 0.66rem;
    height: 0.66rem;
    line-height: 0.66rem;
    margin: 0 0.08rem;
  }
  .main-box .simple_pgCurrentPage{
    font-size: 0.24rem;
    width: 0.66rem;
    height: 0.66rem;
    line-height: 0.66rem;
  }

  /* 内页公共 */
  .layout-aside{
    display: none;
  }
  .layout-content{
    width: 100%;
    float: none;
  }
  .layout-hdbox.had-lv3list{
    padding-bottom: 0;
  }
  .layout-hdbox .apptit{
    overflow: hidden;
  }
  .layout-hdbox .lv2 a,
  .layout-hdbox .apptit a{
    font-size: 0.28rem;
    line-height: 0.7rem;
    color: #fff;
    background: #5095d6;
    text-align: center;
    min-width: 2.4rem;
    padding: 0 0.3rem;
  }
  .layout-hdbox .lv2 span{
    display: none;
  }
  .layout-hdbox:after{
    display: none;
  }
  .layout-hdbox .lv3-list{
    display: none;
  }
  .btn-appnav_open{
    width: 1rem;
    height: 100%;
    display: block;
    background: url('app-menu.png') no-repeat right center;
    background-size: 0.34rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
  }
}

/* 专题子栏目侧边 */
.layout-aside .lv1box.is-long {
	display: table;
}
.layout-aside .lv1box.is-long .lv1{
	font-size: 20px;
	line-height: 30px;
	padding: 0 28px;
	white-space: normal;
	display: table-cell;
	vertical-align: middle;
}
.crumbnav .simple td:nth-child(1),
.crumbnav .simple td:nth-child(2){
	display: none;
}


/* 无障碍/适老化  */
body.ariatheme .headApp-schbox .schipt,
body.ariatheme .headApp-schbox .btn-sch{
  height: 2.5em;
}

@media screen and (max-width: 767.98px) {
  body.ariatheme .foot-linkitem,
  body.useOldFixed .foot-linkitem{
    width: 100%;
    max-width: none;
    flex: none;
    -webkit-flex: none;
  }
  body.ariatheme .foot-linkitem .titbox,
  body.useOldFixed .foot-linkitem .titbox{
    height: auto;
  }
}

/* PC端适老化  */
#cniil_wza::after{
  display:none;
}
#cniil_lnms{
  padding: 0 10px;
  background-color: #ec940a;
  color: #fff;
  margin: 0 10px;
}
#cniil_lnms::after{
  display: none;
}
#cniil_lnms2{
  padding: 0 0.22rem;
  font-size: .26rem;
  line-height: .45rem;
  color: #fff;
  background-color: #ec940a;
  border-radius: 2px;
  display: block;
}
body.useOldFixed{
  box-sizing: border-box;
}
body.useOldFixed *,
body.useOldFixed *:before,
body.useOldFixed *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.useOldFixed .hidden-xs{
  display: none !important;
}
body.useOldFixed .visible-xs{
  display: block !important;
}
body.useOldFixed #fixedRtBox,
body.useOldFixed #fixedLtBox{
  display: none;
}
body.useOldFixed .headApp-navbox{
  max-width: 1200px;
  margin: 0 auto;
}
body.useOldFixed .headApp-schbox .schipt,
body.useOldFixed .headApp-schbox .btn-sch{
  height: 2.5em;
  font-size: .24rem;
}
body.useOldFixed .foot-botbox{
  height: auto;
}
body.useOldFixed .foot-topbox{
  padding: 0.4rem 0 0.5rem;
}
body.useOldFixed .foot-linkbox{
  height: auto;
  margin: 0 -0.14rem;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
body.useOldFixed .foot-linkitem{
  width: auto;
  max-width: 50%;
  flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  padding: 0 0.14rem;
  margin: 0 0 0.3rem;
}
body.useOldFixed .foot-linkitem .titbox{
  width: 100%;
  height: 0.6rem;
  font-size: 0.24rem;
  line-height: 0.58rem;
  padding: 0 0.6rem 0 0.24rem;
  background-size: 0.2rem;
  background-position: right 0.24rem center;
}
body.useOldFixed .foot-linkitem .dropdown{
  width: auto;
  height: auto;
  max-height: 4.84rem;
  left: 0.14rem;
  right: 0.14rem;
  padding: 0.1rem 0;
  font-size: 0.24rem;
  line-height: 0.58rem;
}
body.useOldFixed .foot-linkitem .dropdown li{
  padding: 0 0.24rem;
}
body.useOldFixed .foot-middle{
  margin-top: 0.3rem;
  padding: 0;
}
body.useOldFixed .foot-middle .inner{
  width: 100%;
}
body.useOldFixed .foot-col1{
  width: 100%;
  float: none;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  margin: 0;
}
body.useOldFixed .foot-dzjg{
  width: 1.1rem;
  flex: 0 0 1.1rem;
  -webkit-flex: 0 0 1.1rem;
  margin: 0 0.42rem 0 0 !important;
  padding-right: 0.3rem;
  position: relative
}
body.useOldFixed .foot-dzjg::after{
  content: '';
  display: block;
  width: 1px;
  height: 0.66rem;
  margin-top: -0.33rem;
  background: #fff;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 50%;
}
body.useOldFixed .foot-jiucuo{
  width: 1.3rem;
  flex: 0 0 1.3rem;
  -webkit-flex: 0 0 1.3rem;
}
body.useOldFixed .foot-jiucuo img{
  width: 100%;
  max-width: 100%;
  display: block;
}
body.useOldFixed .foot-docbox{
  float: none;
  width: 100%;
  font-size: 0.2rem;
  line-height: 0.35rem;
  margin: 0.22rem 0 0;
  opacity: 1;
  padding: 0 0 0.26rem;
  border-bottom: solid 1px #4783b0;
}
body.useOldFixed .foot-docbox .item-tit{
  font-size: 0.24rem;
  line-height: 0.38rem;
}
body.useOldFixed .foot-docbox .doc{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
body.useOldFixed .foot-docbox p{
  min-width: 47%;
  margin-bottom: 0;
}
body.useOldFixed .foot-docbox .wa img{
  width: 0.2rem;
  margin: -3px 0.1rem 0 0;
}
body.useOldFixed .foot-ewm{
  width: 100%;
  margin: 0.3rem auto 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
body.useOldFixed .foot-ewm .item-tit{
  display: none;
}
body.useOldFixed .foot-ewm .imgs{
  flex: 0 0 1.5rem;
  -webkit-flex: 0 0 1.5rem;
  margin: 0 0.55rem;
}
body.useOldFixed .foot-ewm .imgs img{
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 auto 0.1rem;
}
body.useOldFixed .foot-ewm .imgs span{
  font-size: 0.22rem;
  line-height: 0.42rem;
  opacity: 1
}
body.useOldFixed .foot-botbox{
  height: 0.6rem;
  line-height: 0.6rem;
  padding: 0;
  text-align: left;
}
body.useOldFixed .foot-botbox .tip,
body.useOldFixed .foot-botbox .tel{
  display: none;
}
body.useOldFixed .foot-botbox .fr{
  float: none;
}
body.useOldFixed .foot-support{
  margin: 0;
  height: 0.6rem;
}
body.useOldFixed .foot-support .title, 
body.useOldFixed .foot-support .tempWrap, 
body.useOldFixed .foot-support ul{
  font-size: 0.2rem;
  line-height: 0.6rem;
  height: 0.6rem;
}

body.useOldFixed .crumbnav-box{
  font-size: 0.24rem;
  line-height: 0.5rem;
  padding: 0.16rem 0;
}

body.useOldFixed .main-box .simple_pgToolbar{
  height: 0.66rem;
  margin-top: 0.86rem;
}
body.useOldFixed .main-box .simple_pgToolbar .simple_pgPanel{
  min-width: 0;
}
body.useOldFixed .main-box .simple_pgToolbar table, 
body.useOldFixed .main-box .simple_pgToolbar td{
  font-size: 0.24rem;
}
body.useOldFixed .main-box .simple_pgToolbar a{
  width: 0.66rem;
  height: 0.66rem;
  line-height: 0.66rem;
  margin: 0 0.08rem;
}
body.useOldFixed .main-box .simple_pgCurrentPage{
  font-size: 0.24rem;
  width: 0.66rem;
  height: 0.66rem;
  line-height: 0.66rem;
}

body.useOldFixed .layout-aside{
  display: none;
}
body.useOldFixed .layout-content{
  width: 100%;
  float: none;
}
body.useOldFixed .layout-hdbox.had-lv3list{
  padding-bottom: 0;
}
body.useOldFixed .layout-hdbox .apptit{
  overflow: hidden;
}
body.useOldFixed .layout-hdbox .lv2 a,
body.useOldFixed .layout-hdbox .apptit a{
  font-size: 0.28rem;
  line-height: 0.7rem;
  color: #fff;
  background: #5095d6;
  text-align: center;
  min-width: 2.4rem;
  padding: 0 0.3rem;
}
body.useOldFixed .layout-hdbox .lv2 span{
  display: none;
}
body.useOldFixed .layout-hdbox:after{
  display: none;
}
body.useOldFixed .layout-hdbox .lv3-list{
  display: none;
}
body.useOldFixed .btn-appnav_open{
  width: 1rem;
  height: 100%;
  display: block;
  background: url('app-menu.png') no-repeat right center;
  background-size: 0.34rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}

/* 2022.9.23 */
.foot-middle .inner{
  width: 100%;
}